home *** CD-ROM | disk | FTP | other *** search
- //This is comment
- ; This is also comment
- ; Empty lines are supported
-
- NameOfTheCar "atomicia"
-
- // constant variables. only one value can be given
- Mass 1800 //kg
- MomentOfInertia 20100 //J or I in physics
- StableHeight 1.7 //m
- BaseVelocity 248 //km/h
- NonCollisionTime 0.5 //s
- VelocityRange 0.5 //fraction of max velocity
- MaxVelocityIncreaseFactor 1.0011
- MaxVelocityDecreaseFactor 1.0 //0.9997
- EngineForceIncreaseFactor 1.0
- BaseBoostEnergy 6.1 //s
- BoostIncrease 0.0 //s
- BoostVelocityAdd 142 //km/h
-
- //EngineForce is a special case. it is dependent on the maximum
- // velocity, and the last value must be 0
- // can have 2 values
- EngineForce 180000 0 //N
-
- // variables that can be made dependent on velocity. 1-3 values
- //
- // 0km/h 500km/h 1000km/h
-
- VelocityDecreaseFactor 0.14 0.03 //fraction left after one second
- RotationDecreaseFactor 0.09 //fraction left after one second
- HeightStabilizingFactor 0.03 //fraction left after one second
- HoverForce 70000 //N
- GroundCollisionEnergyConserv. 1.0 //fraction of velocity left after collision
- GroundCollisionForce 46000 //N
- SoftCollisionRange 0.8 //m
- SoftCollisionForce 95000 95000 //N
- SoftCollisionRoll 0.1 1.0 //acceleration
- SoftCollisionYaw 0.1 1.0 //acceleration
- HardCollisionEnergyConservation -0.5 //fraction of velocity left after collision
- HardCollisionForce 190000 190000 //N
- HardCollisionRoll 1.0 2.0 //acceleration
- HardCollisionYaw 1.0 2.0 //acceleration
- CarToCarCollisionForce 1000000 16000000 //0 1500000 //524210 19900000 //N 1.500.000 -
- CarToCarCollisionRoll 0.1 0.1 //acceleration
- CarToCarCollisionYaw 1.0 2.0 //acceleration
- TurnForce 83700 200000 //N
- TurnRoll 1.0 1.8 //acceleration
- TurnYaw -2.5 -1.25 //acceleration
- ThrustYaw 3 //degrees
- YawStabilizingFactor 0.17 0.08 //fraction left after one second
- RollStabilizingFactor 0.16 0.10 //fraction left after one second
- MaximumYaw 14 11 //degrees
- MaximumRoll 10 8 //degrees
- AutoPilotFactor 0.0 0.16 //1.0 = total control
- AutoCenteringFactor 0.0
- MediumCollisionLimit 100000
- SoftCollisionSpeedLimit 40.0 // km/h
- MediumCollisionSpeedScale 1.1
- EnginePowerUp 1000
- SideVelocityDamping 0.03 0.01 // 1.0 = no damping
-
- //CAR SIZE
- Width 75
- Length 122 //167
- Height 80
- LengthOrigo 45 //115
- HeightOrigo 61
- 1 Enable Car Tail
- -17 Tail location x
- 36 Tail location y
- -63 Tail location z
- 6 Tail Segments
- 0.05 Seconds/tail segment
- 8 000000 07070c 0f0f18 161624 1d1d31 24243d 2c2c49 333355
- 8 000000 0a060d 140c19 1e1226 271833 311e40 3b244c 452a59
- 8 000000 050a0c 0a1419 0f1e25 132931 18333d 1d3d4a 224756
- 8 000000 050c09 0a1811 0f241a 142f22 193b2b 1e4733 23533c
- 8 000000 0b0d06 15190c 202612 2b3217 363f1d 404b23 4b5829
- 8 000000 0f0c05 1e1709 2d230e 3b2e12 4a3a17 59451b 685120
- 8 000000 140b03 271507 3b200a 4e2b0e 623611 754015 894b18
- 8 000000 170902 2d1304 441c06 5a2508 712e0a 87380c 9e410e
- 8 000000 190e01 331c02 4c2a03 653903 7e4704 985505 b16306
- 8 000000 200808 3f0f0f 5f1717 7f1f1f 9f2727 be2e2e de3636
- lightvol Name of the bitmap to be on the tail.
- 1 Enable Car Tail
- 17 Tail location x
- 36 Tail location y
- -63 Tail location z
- 6 Tail Segments
- 0.05 Seconds/tail segment
- 8 000000 07070c 0f0f18 161624 1d1d31 24243d 2c2c49 333355
- 8 000000 0a060d 140c19 1e1226 271833 311e40 3b244c 452a59
- 8 000000 050a0c 0a1419 0f1e25 132931 18333d 1d3d4a 224756
- 8 000000 050c09 0a1811 0f241a 142f22 193b2b 1e4733 23533c
- 8 000000 0b0d06 15190c 202612 2b3217 363f1d 404b23 4b5829
- 8 000000 0f0c05 1e1709 2d230e 3b2e12 4a3a17 59451b 685120
- 8 000000 140b03 271507 3b200a 4e2b0e 623611 754015 894b18
- 8 000000 170902 2d1304 441c06 5a2508 712e0a 87380c 9e410e
- 8 000000 190e01 331c02 4c2a03 653903 7e4704 985505 b16306
- 8 000000 200808 3f0f0f 5f1717 7f1f1f 9f2727 be2e2e de3636
- lightvol Name of the bitmap to be on the tail.
- c4shadow Name of the bitmap to be on the shadow.
-
- // Car sounds
-
- CollisionSoundSoft 0
- CollisionSoundHard 1
- CollisionSoundCar 2
- CollisionSoundGround 3
- SoundEngine 4
- CollisionSoundMedium 5
-
- CHECKSUM 1922059018
-